#header {
	margin: auto;
	height: 226px;
	width: 980px;
	background-image: url(img_02.jpg);
}
.line {
	margin: auto;
	background-color: #b40001;
	height: 3px;
}

#nav {
	margin: auto;
	height: 60px;
	width: 980px;
	padding-top: 9px;
	letter-spacing: 0.1em;
}
#nav li {
	float: left;
	width: 108px;
	text-align: center;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	margin-bottom: 6px;
	margin-top: 6px;
}
#nav a {
	color: #363636;
	font-size: 14px;
	font-weight: bolder;
	list-style-type: none;
	font-family: "����";
}

.tags {
	height: 33px;
	width: auto;
	background-color: #f2f2f2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#nav .no {
	border-right-style: none;
}

.tags .name {
	color: #c63c3c;
	width: 600px;
	padding-top: 10px;
	height: 15px;
	float: left;
	text-align: center;
	font-size: 13px;
	font-weight: 900;
}